home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / mptwcbts.zip / DSZ-REC.BAT < prev    next >
DOS Batch File  |  1991-04-24  |  439b  |  16 lines

  1. echo Make sure you are using the PROTOCOL directory,
  2. echo if using the EP directory, change the following lines:
  3. rem Wildcat reads this as RECieve UpLoad FROM user.
  4. IF EXIST TRANSFER.BAD DEL TRANSFER.BAD
  5. c:\wildcat\protocol\CHECKER %1 %2 %3
  6. rem IF ERRORLEVEL 1 GOTO QUIT
  7. rem DSZ port %2 speed %1 handshake both restrict rz %3
  8. cls
  9. dsz port %2 speed %1 restrict rz %3
  10. IF ERRORLEVEL 1 GOTO END
  11. copy %3 %4
  12. :END
  13. del %3
  14. :QUIT
  15. cls
  16.